projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675a4e1
)
Fix a few compiler warnings in auth-source.el
author
Philipp Stephani
<phst@google.com>
Wed, 20 Dec 2017 17:06:28 +0000
(18:06 +0100)
committer
Philipp Stephani
<phst@google.com>
Wed, 20 Dec 2017 17:06:28 +0000
(18:06 +0100)
* lisp/auth-source.el (json): Add missing require.
(auth-source-json-search): Remove unused argument.
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index e6582fa796a6cd9082c934e22de9d263fb41ef68..25a35c86bd2adbd93f2cc89919b1f0bbb73841eb 100644
(file)
--- a/
lisp/auth-source.el
+++ b/
lisp/auth-source.el
@@
-39,6
+39,7
@@
;;; Code:
+(require 'json)
(require 'password-cache)
(eval-when-compile (require 'cl-lib))
@@
-2015,7
+2016,7
@@
entries for git.gnus.org:
always (plist-get item req)))))
(cl-defun auth-source-json-search (&rest spec
- &key backend require
create
+ &key backend require
type max host user port
&allow-other-keys)
"Given a property list SPEC, return search matches from the :backend.